projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc0989c
)
Add "args" to dummy definition of compute-motion.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 19 May 1994 21:48:59 +0000
(21:48 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 19 May 1994 21:48:59 +0000
(21:48 +0000)
src/indent.c
patch
|
blob
|
history
diff --git
a/src/indent.c
b/src/indent.c
index d1fc25187fd578ed6e2c9f31c684d4e8d8e1fe59..6ce752b93b09324b266c9ea4d1701521fada8b3e 100644
(file)
--- a/
src/indent.c
+++ b/
src/indent.c
@@
-652,6
+652,7
@@
of a certain window, pass the window's starting location as FROM\n\
and the window's upper-left coordinates as FROMPOS.\n\
Pass the buffer's (point-max) as TO, to limit the scan to the end of the\n\
visible section of the buffer, and pass LINE and COL as TOPOS.")
+ (from, frompos, to, topos, width, offsets, window)
#endif
DEFUN ("compute-motion", Fcompute_motion, Scompute_motion, 7, 7, 0,